var net.errMalformedDNSRecordsDetail
6 uses
	net (current package)
		lookup.go#L474: 		return "", &DNSError{Err: errMalformedDNSRecordsDetail, Name: host}
		lookup.go#L530: 		return cname, filteredAddrs, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
		lookup.go#L570: 		return filteredMX, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
		lookup.go#L610: 		return filteredNS, &DNSError{Err: errMalformedDNSRecordsDetail, Name: name}
		lookup.go#L662: 		return filteredNames, &DNSError{Err: errMalformedDNSRecordsDetail, Name: addr}
		lookup.go#L670: var errMalformedDNSRecordsDetail = "DNS response contained records which contain invalid names"
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |